home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / THDIALOG1 / THDIALOG1.txt
Text File  |  1997-01-05  |  1KB  |  47 lines

  1. object hdialog1: Thdialog1
  2.   Left = 302
  3.   Top = 329
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Help Dialog'
  7.   ClientHeight = 125
  8.   ClientWidth = 322
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 321
  19.     Height = 89
  20.     Lines.Strings = (
  21.       'If the word PassWordCrash is visible, this is the current Admin'
  22.       'password.  THIS PASSWORD IS CASE SENSITIVE.'
  23.       ''
  24.       'Read MSG: used to read message left by system user.'
  25.       'Leave MSG: used to leave messages to system user.'
  26.       ''
  27.       'If the  prompt says Admin Password, the machine may only be'
  28.       'unlocked by correctly entering the Admin Password.  '
  29.       ''
  30.       'If the  prompt says User Password, the machine may  be'
  31.       'unlocked by correctly entering the current user password or'
  32.       'the Admin Password.  ')
  33.     ReadOnly = True
  34.     ScrollBars = ssVertical
  35.     TabOrder = 0
  36.   end
  37.   object Button1: TButton
  38.     Left = 240
  39.     Top = 96
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&OK'
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.   end
  46. end
  47.